home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
graphics
/
gds
/
stall.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-13
|
272b
|
16 lines
echo off
cls
@echo Now making the directory GDS
MD C:\GDS
pause
cls
echo off
@Xcopy *.* C:\GDS /E
@ATTRIB C:\GDS\*.* -R
CLS
@echo The program is now installed.
@echo To run the program switch to the directory it was installed
@echo and type GO
pause
cls